home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / FRITZ1.DXR / 00211.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  197 b   |  9 lines

  1. on exitFrame
  2.   global advance, ppl, foes
  3.   if (advance = 6) or (advance = 7) then
  4.     foes2(getAt(foes, 1), getAt(ppl, 2))
  5.     foes2(getAt(foes, 2), getAt(ppl, 3))
  6.   end if
  7.   go(marker(0) + 1)
  8. end
  9.